ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Persistence.Json Namespace / Coder<T1,T2> Class
The type of objects to be encoded.
The type of result object.
Members

In This Topic
    Coder<T1,T2> Class
    In This Topic
    Pair of arbitrary encoder/decoder objects.
    Object Model
    Coder<T1,T2> Class
    Syntax
    'Declaration
     
    Public Class Coder
        (Of T1,T2) 
    public class Coder<T1,T2> 
    Type Parameters
    T1
    The type of objects to be encoded.
    T2
    The type of result object.
    Remarks
    This record should not be used directly in application code.It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Core.Rdl.Persistence.Json.Coder<T1,T2>
          GrapeCity.ActiveReports.Core.Rdl.Persistence.Json.JsonCoder<T>

    See Also